home *** CD-ROM | disk | FTP | other *** search
/ Black Crawling Systems Archive Release 1.0 / Black Crawling Systems Archive Release 1.0 (L0pht Heavy Industries, Inc.)(1997).ISO / blackcrwl / allindex < prev    next >
Text File  |  1996-09-23  |  2KB  |  64 lines

  1. #!/bin/bash
  2.  
  3. #cd cell
  4. #bbsindex < files.bbs > 00index.html
  5. cd commcom/datacom
  6. bbsindex < files.bbs > 00index.html
  7. bbsindex -w < files.bbs > ../../comdata.html
  8. cd ../freqs
  9. bbsindex < files.bbs > 00index.html
  10. bbsindex -w < files.bbs > ../../comfreqs.html
  11. cd ../voicecom
  12. bbsindex < files.bbs > 00index.html
  13. bbsindex -w < files.bbs > ../../comvoice.html
  14. cd ../../hamradio/datacom
  15. bbsindex < files.bbs > 00index.html
  16. bbsindex -w < files.bbs > ../../hamdata.html
  17. cd ../freqs
  18. bbsindex < files.bbs > 00index.html
  19. bbsindex -w < files.bbs > ../../hamfreqs.html
  20. cd ../voicecom
  21. bbsindex < files.bbs > 00index.html
  22. bbsindex -w < files.bbs > ../../hamvoice.html
  23. cd ../../hamradio
  24. bbsindex < files.bbs > 00index.html
  25. bbsindex -w < files.bbs > ../hamradio.html
  26. cd ../consprcy
  27. bbsindex < files.bbs > 00index.html
  28. bbsindex -w < files.bbs > ../consprcy.html
  29. cd ../elctrnic
  30. bbsindex < files.bbs > 00index.html
  31. bbsindex -w < files.bbs > ../elctrnic.html
  32. cd ../encrypt
  33. bbsindex < files.bbs > 00index.html
  34. bbsindex -w < files.bbs > ../encrypt.html
  35. cd ../general
  36. bbsindex < files.bbs > 00index.html
  37. bbsindex -w < files.bbs > ../general.html
  38. cd ../hack
  39. bbsindex < files.bbs > 00index.html
  40. bbsindex -w < files.bbs > ../hack.html
  41. cd ../magick
  42. bbsindex < files.bbs > 00index.html
  43. bbsindex -w < files.bbs > ../magick.html
  44. #cd ../patriot
  45. #bbsindex < files.bbs > 00index.html
  46. #bbsindex -w < files.bbs > ../patriot.html
  47. cd ../releases
  48. bbsindex < files.bbs > 00index.html
  49. bbsindex -w < files.bbs > ../releases.html
  50. #cd ../restrict
  51. #bbsindex < files.bbs > 00index.html
  52. cd ../survive
  53. bbsindex < files.bbs > 00index.html
  54. bbsindex -w < files.bbs > ../survive.html
  55. cd ../telecom
  56. bbsindex < files.bbs > 00index.html
  57. bbsindex -w < files.bbs > ../telecom.html
  58. cd ../ufo
  59. bbsindex < files.bbs > 00index.html
  60. bbsindex -w < files.bbs > ../ufo.html
  61. cd ..
  62. cp *.html /home/oblivion/public_html/blkcrwl/
  63.  
  64.